home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Source Code / Zoners Half-Life Tools / ripent / ripent.dsp < prev    next >
Text File  |  2002-01-17  |  8KB  |  257 lines

  1. # Microsoft Developer Studio Project File - Name="ripent" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  6.  
  7. CFG=ripent - Win32 Super_Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "ripent.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "ripent.mak" CFG="ripent - Win32 Super_Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "ripent - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "ripent - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE "ripent - Win32 Release w Symbols" (based on "Win32 (x86) Console Application")
  23. !MESSAGE "ripent - Win32 Super_Debug" (based on "Win32 (x86) Console Application")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. # PROP Scc_ProjName ""
  29. # PROP Scc_LocalPath ""
  30. CPP=cl.exe
  31. RSC=rc.exe
  32.  
  33. !IF  "$(CFG)" == "ripent - Win32 Release"
  34.  
  35. # PROP BASE Use_MFC 0
  36. # PROP BASE Use_Debug_Libraries 0
  37. # PROP BASE Output_Dir "Release"
  38. # PROP BASE Intermediate_Dir "Release"
  39. # PROP BASE Target_Dir ""
  40. # PROP Use_MFC 0
  41. # PROP Use_Debug_Libraries 0
  42. # PROP Output_Dir "Release"
  43. # PROP Intermediate_Dir "Release"
  44. # PROP Ignore_Export_Lib 0
  45. # PROP Target_Dir ""
  46. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  47. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\common" /I "..\template" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /D "STDC_HEADERS" /FR /YX /FD /c
  48. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  49. # ADD RSC /l 0x409 /d "NDEBUG"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  55. # ADD LINK32 binmode.obj /nologo /subsystem:console /machine:I386
  56.  
  57. !ELSEIF  "$(CFG)" == "ripent - Win32 Debug"
  58.  
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 1
  61. # PROP BASE Output_Dir "Debug"
  62. # PROP BASE Intermediate_Dir "Debug"
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 0
  65. # PROP Use_Debug_Libraries 1
  66. # PROP Output_Dir "Debug"
  67. # PROP Intermediate_Dir "Debug"
  68. # PROP Ignore_Export_Lib 0
  69. # PROP Target_Dir ""
  70. # ADD BASE CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  71. # ADD CPP /nologo /MD /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\template" /D "_DEBUG" /D "STDC_HEADERS" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /FR /YX /FD /GZ /c
  72. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  73. # ADD RSC /l 0x409 /d "_DEBUG"
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # ADD BSC32 /nologo
  77. LINK32=link.exe
  78. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  79. # ADD LINK32 binmode.obj /nologo /subsystem:console /profile /map /debug /machine:I386
  80.  
  81. !ELSEIF  "$(CFG)" == "ripent - Win32 Release w Symbols"
  82.  
  83. # PROP BASE Use_MFC 0
  84. # PROP BASE Use_Debug_Libraries 0
  85. # PROP BASE Output_Dir "Release_w_Symbols"
  86. # PROP BASE Intermediate_Dir "Release_w_Symbols"
  87. # PROP BASE Ignore_Export_Lib 0
  88. # PROP BASE Target_Dir ""
  89. # PROP Use_MFC 0
  90. # PROP Use_Debug_Libraries 0
  91. # PROP Output_Dir "Release_w_Symbols"
  92. # PROP Intermediate_Dir "Release_w_Symbols"
  93. # PROP Ignore_Export_Lib 0
  94. # PROP Target_Dir ""
  95. # ADD BASE CPP /nologo /MD /W4 /GX /O2 /I "..\common" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /FR /YX /FD /c
  96. # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\common" /I "..\template" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /D "STDC_HEADERS" /FR /YX /FD /c
  97. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  98. # ADD RSC /l 0x409 /d "NDEBUG"
  99. BSC32=bscmake.exe
  100. # ADD BASE BSC32 /nologo
  101. # ADD BSC32 /nologo
  102. LINK32=link.exe
  103. # ADD BASE LINK32 binmode.obj /nologo /subsystem:console /machine:I386
  104. # ADD LINK32 binmode.obj /nologo /subsystem:console /pdb:none /map /debug /machine:I386
  105.  
  106. !ELSEIF  "$(CFG)" == "ripent - Win32 Super_Debug"
  107.  
  108. # PROP BASE Use_MFC 0
  109. # PROP BASE Use_Debug_Libraries 1
  110. # PROP BASE Output_Dir "Super_Debug"
  111. # PROP BASE Intermediate_Dir "Super_Debug"
  112. # PROP BASE Ignore_Export_Lib 0
  113. # PROP BASE Target_Dir ""
  114. # PROP Use_MFC 0
  115. # PROP Use_Debug_Libraries 1
  116. # PROP Output_Dir "Super_Debug"
  117. # PROP Intermediate_Dir "Super_Debug"
  118. # PROP Ignore_Export_Lib 0
  119. # PROP Target_Dir ""
  120. # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /I "..\common" /D "_DEBUG" /D "STDC_HEADERS" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /FR /YX /FD /GZ /c
  121. # ADD CPP /nologo /ML /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\template" /D "_DEBUG" /D "STDC_HEADERS" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /FR /YX /FD /GZ /c
  122. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  123. # ADD RSC /l 0x409 /d "_DEBUG"
  124. BSC32=bscmake.exe
  125. # ADD BASE BSC32 /nologo
  126. # ADD BSC32 /nologo
  127. LINK32=link.exe
  128. # ADD BASE LINK32 binmode.obj /nologo /subsystem:console /profile /map /debug /machine:I386
  129. # ADD LINK32 binmode.obj /nologo /subsystem:console /profile /map /debug /machine:I386
  130.  
  131. !ENDIF 
  132.  
  133. # Begin Target
  134.  
  135. # Name "ripent - Win32 Release"
  136. # Name "ripent - Win32 Debug"
  137. # Name "ripent - Win32 Release w Symbols"
  138. # Name "ripent - Win32 Super_Debug"
  139. # Begin Group "Source Files"
  140.  
  141. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  142. # Begin Source File
  143.  
  144. SOURCE=..\common\blockmem.cpp
  145. # End Source File
  146. # Begin Source File
  147.  
  148. SOURCE=..\common\bspfile.cpp
  149. # End Source File
  150. # Begin Source File
  151.  
  152. SOURCE=..\common\cmdlib.cpp
  153. # End Source File
  154. # Begin Source File
  155.  
  156. SOURCE=..\common\filelib.cpp
  157. # End Source File
  158. # Begin Source File
  159.  
  160. SOURCE=..\common\log.cpp
  161. # End Source File
  162. # Begin Source File
  163.  
  164. SOURCE=..\common\mathlib.cpp
  165. # End Source File
  166. # Begin Source File
  167.  
  168. SOURCE=..\common\messages.cpp
  169. # End Source File
  170. # Begin Source File
  171.  
  172. SOURCE=.\ripent.cpp
  173. # End Source File
  174. # Begin Source File
  175.  
  176. SOURCE=..\common\scriplib.cpp
  177. # End Source File
  178. # Begin Source File
  179.  
  180. SOURCE=..\common\winding.cpp
  181. # End Source File
  182. # End Group
  183. # Begin Group "Header Files"
  184.  
  185. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  186. # Begin Source File
  187.  
  188. SOURCE=..\common\blockmem.h
  189. # End Source File
  190. # Begin Source File
  191.  
  192. SOURCE=..\common\boundingbox.h
  193. # End Source File
  194. # Begin Source File
  195.  
  196. SOURCE=..\common\bspfile.h
  197. # End Source File
  198. # Begin Source File
  199.  
  200. SOURCE=..\common\cmdlib.h
  201. # End Source File
  202. # Begin Source File
  203.  
  204. SOURCE=..\common\filelib.h
  205. # End Source File
  206. # Begin Source File
  207.  
  208. SOURCE=..\common\hlassert.h
  209. # End Source File
  210. # Begin Source File
  211.  
  212. SOURCE=..\common\log.h
  213. # End Source File
  214. # Begin Source File
  215.  
  216. SOURCE=..\common\mathlib.h
  217. # End Source File
  218. # Begin Source File
  219.  
  220. SOURCE=..\common\mathtypes.h
  221. # End Source File
  222. # Begin Source File
  223.  
  224. SOURCE=..\common\messages.h
  225. # End Source File
  226. # Begin Source File
  227.  
  228. SOURCE=..\common\polylib.h
  229. # End Source File
  230. # Begin Source File
  231.  
  232. SOURCE=.\ripent.h
  233. # End Source File
  234. # Begin Source File
  235.  
  236. SOURCE=..\common\scriplib.h
  237. # End Source File
  238. # Begin Source File
  239.  
  240. SOURCE=..\common\threads.h
  241. # End Source File
  242. # Begin Source File
  243.  
  244. SOURCE=..\common\win32fix.h
  245. # End Source File
  246. # Begin Source File
  247.  
  248. SOURCE=..\common\winding.h
  249. # End Source File
  250. # End Group
  251. # Begin Group "Resource Files"
  252.  
  253. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  254. # End Group
  255. # End Target
  256. # End Project
  257.